net/textproto.Reader.buf (field)
11 uses
net/textproto (current package)
reader.go#L29: buf []byte // a re-usable buffer for readContinuedLineSlice
reader.go#L168: r.buf = append(r.buf[:0], trim(line)...)
reader.go#L173: lim -= int64(len(r.buf))
reader.go#L177: r.buf = append(r.buf, ' ')
reader.go#L178: if int64(len(r.buf)) >= lim {
reader.go#L181: line, err := r.readLineSlice(lim - int64(len(r.buf)))
reader.go#L185: r.buf = append(r.buf, trim(line)...)
reader.go#L187: return r.buf, nil
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |